home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / mb1309.zip / MB1309.EXE / BID.DOC < prev    next >
Text File  |  1991-08-02  |  5KB  |  142 lines

  1.  
  2.  
  3. There is a "BID" (Bulletin IDentifier) associated with each bulletin
  4. type message and with any message which has a distribution list.
  5.  
  6. If a BID is not given explicitly with the "Send" command, one is
  7. created automatically from the message number and callsign of the MailBox
  8. into which the message was initially entered. It has the form nnn_call.
  9.  
  10.  
  11. There are 3 types of messages:
  12.  
  13.  
  14. 1) Personal.    If sent with SP, or with S and to a callsign.
  15.  
  16. 2) NTS traffic. If sent with ST.
  17.  
  18. 3) Bulletins.    If sent with SB, or with S and NOT to a callsign.
  19.  
  20.  
  21. For Bulletins, a BID is ALWAYS associated with the message, and is sent when
  22. forwarding to systems that indicate in their SID that they  accept BIDs.
  23.  
  24. For Personal, the message can only be read by the sender, addressee, and sysop.
  25.  
  26.  
  27. There are several "flags" associated with each message.  These are shown in
  28. the "message status" position in the "list message" display.  Note that each
  29. flag has an associated "L" command, and some have associated "K" commands.
  30.  
  31.  
  32.    F - The "Forwarded" flag:
  33.  
  34.        This indicates the message has been forwarded to all
  35.        its destinations, but has not yet been killed.
  36.  
  37.    H - The "Hold" flag:
  38.  
  39.        This indicates the message is held.
  40.        It will not forward, and can only be seen by the sysop.
  41.  
  42.    I - The "In process" flag:
  43.  
  44.        This indicates the message is in the process of being forwarded.
  45.  
  46.    K - The "Killed" flag:
  47.  
  48.        This indicates the message is killed, but has not yet been purged
  49.        from the system.  Killed messages are purged with the GM command.
  50.  
  51.    O - The "Old" flag:
  52.  
  53.        This indicates the message has been hanging around
  54.        un-forwarded and un-read for too long.
  55.  
  56.    Y - The "Read" flag:
  57.  
  58.        This indicates the message has been read by its addressee,
  59.        but has not yet been killed.
  60.  
  61.  
  62.  
  63. How do BID's work?
  64.  
  65. The various commands (S, M, CM) work in exactly the same way.
  66. The basic command is S[type] TO [@ AT[.LOC]] [< FROM] [$[BID]]
  67. Data inside [] may be omitted.
  68.  
  69. Messages differ in the following ways:
  70.  
  71.    TO may be translated.
  72.    TO is a callsign.
  73.    TO is an interest group.
  74.    AT may be translated.
  75.    AT is a callsign.
  76.    AT is a distribution list.
  77.    $ field is present.
  78.    $ field is present, with BID.
  79.    Type is B
  80.    Type is P
  81.    Type is T
  82.    Type was not specified.
  83.    Message is held.
  84.  
  85.  
  86. A type B or P message gets a BID if the command that creates the message
  87. has the "$" field.  A message of type B gets a default BID if none was
  88. specified.  A message of type P gets a default BID if none was specified
  89. and it has a distribution list.  A message of type T never gets a BID.
  90. In the discussion below, the same rules apply whether the message was created
  91. using the S, M, or CM commands.
  92.  
  93.  
  94. Here is how the system behaves:
  95.  
  96.  
  97. 1) If the user sends the message with "$ID" given in the command,
  98.    the message is assigned identifier "ID".  If this identifier
  99.    has been seen before, the message is rejected and the text
  100.    "NO - Duplicate BID" is displayed.
  101.  
  102.  
  103. 2) If the user sends the message with "$" given in the command,
  104.    the message is assigned a unique MailBox generated BID.  This BID
  105.    is generated from the message number and callsign of the MailBox.
  106.    The message is accepted, since this BID cannot have been seen before.
  107.  
  108.  
  109. 3) If there is a distribution list, and a BID is not given with the command,
  110.    a unique MailBox generated BID is assigned.    This BID is generated from the
  111.    message number and callsign of the MailBox OF ORIGIN.  If this BID has been
  112.    seen before, the message is put on hold.
  113.  
  114.  
  115. 5) If a message is received from another MailBox, and has a BID
  116.    sent along with it, and has a distribution list that includes
  117.    the MailBox from which the message was received, the message is
  118.    marked as already forwarded to that MailBox.
  119.  
  120.  
  121. Some results of applying these rules:
  122.  
  123.  
  124. 1) A message entered into the system without using "$" in the command
  125.    and without a distribution list may loop within the network.
  126.    These messages are held after they have passed through the system
  127.    a small number of times, normally two.
  128.  
  129.  
  130. 2) A message which was entered with a "$" given in the command
  131.    will be rejected when it is forwarded back to any system it
  132.    previously passed through.
  133.  
  134.  
  135. 3) Messages of type B or P may have a distribution list,
  136.    messages of type T may not.
  137.  
  138.  
  139. 4) There will be no attempt to pass a message which has a BID
  140.    back to the station that sent it to you.
  141.  
  142.